home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / programming tools / the master add-in / readme.txt < prev    next >
Text File  |  1997-01-13  |  3KB  |  67 lines

  1. CLogFile.DLL - VB Log File Server
  2. ================================================
  3.  
  4. Description:
  5.     This in-process OLE DLL for Visual Basic 4.0 (32-bit) can be used
  6.     to add logging, or audit trail capabilities to your Visual Basic
  7.     projects.
  8.  
  9. Installation:
  10.     1.  Unzip the files in this archive to an empty directory.  Make
  11.     sure you use the -d parameter to preserve zipped directories.
  12.     2.  Run REGISTER.BAT from a command line where CLogFile.DLL is
  13.     installed.  If you move CLogFile.DLL to a new directory, move
  14.     REGISTER.BAT and UNREGISTER.BAT along with it, then re-run
  15.     REGISTER.BAT.
  16.  
  17. Files:
  18.     The following files are included in this archive:
  19.     
  20.     Filename           Description
  21.     ===============    ======================================================
  22.     CLogFile.Dll       VB Log File, in-process OLE DLL.
  23.     CLogFileConst.Bas  VB Constants needed by the CLogFile.DLL.
  24.     demo.zip           Source files for a demo app that uses the CLogFile.DLL.
  25.     GNU_GLL.TXT        GNU General Library Public License
  26.     readme.txt         This file.
  27.     register.bat       Adds the OLE DLL to the Windows 95 registery.
  28.     regsvr32.exe       Registers/unregisters DLLs.
  29.     source.zip         Source code for CLogFile.
  30.     unregister.bat     Removes the OLE DLL to the Windows 95 registery.
  31.  
  32. Usage:
  33.     1.  Add a reference to CLogFile.DLL to your Visual Basic project.
  34.     2.  Add the file CLogFileConst.Bas to your project.
  35.  
  36. Revision History:
  37.       Version       Date       Description
  38.     =========== ========== ===========================================
  39.        1.0.0    12-16-1996 Initial release.
  40.        
  41. UnInstall:
  42.     1.  Remove all references of CLogFile.DLL from you VB Projects.
  43.     2.  Run UNREGISTER.BAT from the directory that contains CLogFile.DLL
  44.     3.  Delete CLogFile.DLL and its associated files.
  45.  
  46. Comments:
  47.     Please email all bugs, comments, and suggestions to:
  48.         pcuff@voicenet.com 
  49.  
  50. GNU Library General Public License:
  51.     Copyright (C) 1996, Patrick J. Cuff Jr.
  52.  
  53.     This library is free software; you can redistribute it and/or
  54.     modify it under the terms of the GNU Library General Public
  55.     License as published by the Free Software Foundation; either
  56.     version 2 of the License, or any later version.
  57.  
  58.     This library is distributed in the hope that it will be useful,
  59.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  60.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  61.     Library General Public License for more details.
  62.  
  63.     You should have received a copy of the GNU Library General Public
  64.     License along with this library; if not, write to the
  65.     Free Software Foundation, Inc., 59 Temple Place - Suite 330, Cambridge,
  66.     MA 02139, USA.
  67.